home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrDialogButton, gAutoMode, gIntroTimeOut
- sound stop 1
- set gCurrDialogButton to 10
- puppetSprite(9, 1)
- puppetSprite(10, 1)
- if gAutoMode = 1 then
- set the timeoutLength to 40 * 60
- set the timeoutScript to "doIntroAnimation"
- else
- if gResellerVersion = 1 then
- resetResellerTimeout()
- end if
- end if
- puppetSound(cast "SND004")
- updateStage()
- end
-